SquareGrid.neighbors

* Get a set edge, neighbors * * Params: * id = The id of the edge * * Returns: * The neighbor edges or null if id doesn't exist

struct SquareGrid(T, U = typeof(T.x))
string[]
neighbors
(
T id
)

Meta